home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 July / EnigmA AMIGA RUN 09 (1996)(G.R. Edizioni)(IT)[!][issue 1996-07 & 08][EARSAN CD VIII].iso / index-cd / arexx / dt_playlist.rexx < prev    next >
OS/2 REXX Batch file  |  1994-04-15  |  118b  |  9 lines

  1. /* DeliTracker - play module number 'listnum' in list */
  2.  
  3. parse arg listnum
  4.  
  5. address 'DELITRACKER'
  6.  
  7. playlist listnum
  8.  
  9.